Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
gettimeofday
gettimeofday
Get the current time (minutes, seconds, microseconds)
Name:
gettimeofday
Category:
Date and time
Programming Language:
php
One-line Description:
Return to the current time.
Related
Use gettimeofday to get millisecond level time and perform performance testing
2
gettimeofday Returned Array: How to Convert It to a Timestamp? Practical PHP Tips
2
What Does gettimeofday Return in PHP? A Detailed Explanation of the Function's Resulting Array Structure
1
«
1
2
»
Similar Functions
strtotime
strtotime
ParsesanyEnglishtext
gmmktime
gmmktime
GetUnixtimestampforG
date_add
date_add
DateTime::addalias:A
date_create_immutable
date_create_immutable
DateTimeImmutable::_
date_offset_get
date_offset_get
AliasforDateTime::
date_date_set
date_date_set
DateTime::setDateali
date_parse_from_format
date_parse_from_format
Getinformationabouta
gmdate
gmdate
FormatGMT/UTCdate/ti
Popular Articles
Use gettimeofday to get millisecond level time and perform performance testing
How to Combine gettimeofday and exec Functions to Test System Call Performance?
How to use gettimeofday to perform high-precision performance testing?
How to Precisely Control Task Execution Time by Combining gettimeofday and sleep Functions
How to get the time of a custom format through gettimeofday and date functions?
Use gettimeofday to calculate the time difference between two time points
How to calculate the execution time of a SQL query using the gettimeofday function?
Use gettimeofday to get file modification time difference